home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / SeeMovieRun 2.0 / Headers / x_CQTDoc.h < prev   
Encoding:
C/C++ Source or Header  |  1995-08-02  |  1.1 KB  |  52 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  x_CQTDoc.h
  3.  
  4.             Header File For CQTDoc Lower-Layer Document Class
  5.     
  6.     Copyright Â© 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file; changes should go in the My.h
  12.     file, instead.
  13.  
  14.     If you want to change how Visual Architect generates this file, you can
  15.     change the template for this file. It is "_Doc.h" in the Visual Architect
  16.     Templates folder.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "CSaver.h"
  23.  
  24. #include "ItsContents_CQTDoc.h"
  25.  
  26. #define x_CQTDoc_super    CSaver<ITSCONTENTS_CQTDoc>
  27.  
  28. class CFile;
  29.  
  30. class x_CQTDoc : public x_CQTDoc_super
  31.  
  32. {
  33. public:
  34.  
  35.     TCL_DECLARE_CLASS
  36.  
  37.  
  38.     void     Ix_CQTDoc(void);
  39.  
  40.     virtual    void    DoCommand(long theCommand);
  41.     virtual    void    UpdateMenus(void);
  42.  
  43. protected:
  44.     virtual    void    MakeNewWindow(void);
  45.     
  46.     virtual void    FailOpen(FSSpec *spec);
  47.     virtual void    PositionWindow(void);
  48.  
  49. };
  50.  
  51. #define    CVueCQTDoc    128
  52.